Address

public interface Address

The user's address containing information about a street, city, state, etc.

Since

7.23

Types

Link copied to clipboard
public final class Builder
A builder of Address.

Functions

Link copied to clipboard
public String city()
The name of the city.
Link copied to clipboard
The ISO 3166 2-letter country code.
Link copied to clipboard
A subdivision of a city, e.g., an inner-city district or a suburb.
Link copied to clipboard
public static Address.Builder newBuilder(String countryCode)
Creates a new Address builder with the given ISO 3166 country code.
Link copied to clipboard
public String state()
The name of the state.
Link copied to clipboard
The full street address.
Link copied to clipboard
public String zip()
The ZIP code.